home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Zone 96
/
PC Zone #096.7z
/
Dppcz1200.mdf
/
Demos
/
Gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
gastankfrag.gsh
< prev
next >
Wrap
Text File
|
2000-09-09
|
1KB
|
52 lines
// defines the fragmented gastank at the beginning of docks
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_gastank_FRAG_GSH
#define INCLUDED_gastank_FRAG_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
shape Shp_gastankbust
{
file "objects\gastankbust.rif"
name "gastankbust"
}
role Rol_gastankbust : Rol_PlacedObject
{
shape Shp_gastankbust
identifier "gastankbust"
}
hierarchy Hcy_gastankfrag
{
file "objects\gastankfrag.rif"
name "gastankfrag"
hotspot none
}
role Rol_gastankfrag : Rol_FragObject
{
shape Hcy_gastankfrag
identifier "gastankfrag"
}
frag data Frg_gastankfrag
{
role Rol_gastankfrag
replace role Rol_gastankbust
replace yes
scale 10
symmetric no
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_PYLON_FRAG_GSH